]> dgit.raspbian.org Git - opencc.git/log
opencc.git
2 months agoMerge opencc (1.1.9+ds1-1+deb13u1) import into refs/heads/workingbranch
Adrian Bunk [Sat, 20 Jun 2026 16:41:39 +0000 (19:41 +0300)]
Merge opencc (1.1.9+ds1-1+deb13u1) import into refs/heads/workingbranch

2 months agoFix two out-of-bounds read issues when handling truncated UTF-8 input (#1005)
frankslin [Tue, 13 Jan 2026 00:51:38 +0000 (16:51 -0800)]
Fix two out-of-bounds read issues when handling truncated UTF-8 input (#1005)

Two independent out-of-bounds read issues were identified in OpenCC's UTF-8
processing logic when handling malformed or truncated UTF-8 sequences.

1) MaxMatchSegmentation:
   NextCharLength() could return a value larger than the remaining input size.
   The previous logic subtracted this value from a size_t length counter,
   potentially causing underflow and subsequent out-of-bounds reads.

2) Conversion:
   Similar length handling could allow reads past the end of the input buffer
   during dictionary matching, potentially propagating unintended bytes to the
   conversion output.

This patch fixes both issues by:
- Explicitly tracking the end of the input buffer
- Recomputing remaining length on each iteration
- Clamping matched character and key lengths to the remaining buffer size
- Preventing reads past the null terminator

The changes preserve existing behavior for valid UTF-8 input and add test
coverage for truncated UTF-8 sequences.

These issues may have security implications when processing untrusted input
and are classified as heap out-of-bounds reads (CWE-125).

Co-authored-by: Claude <noreply@anthropic.com>
Gbp-Pq: Name 0001-Fix-two-out-of-bounds-read-issues-when-handling-trun.patch

2 months agoDisable build in setup.py
Shengjing Zhu [Fri, 2 Aug 2024 09:11:08 +0000 (17:11 +0800)]
Disable build in setup.py

Gbp-Pq: Name 0005-Disable-build-in-setup.py.patch

2 months agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-Use-system-googletest.patch

2 months agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0003-no-remote-images-when-reading-docs-on-disk.patch

2 months agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

2 months agoopencc (1.1.9+ds1-1+deb13u1) trixie; urgency=medium
Adrian Bunk [Sat, 20 Jun 2026 16:41:39 +0000 (19:41 +0300)]
opencc (1.1.9+ds1-1+deb13u1) trixie; urgency=medium

  * Non-maintainer upload.
  * CVE-2025-15536: Out-of-bounds read (Closes: #1126286)

[dgit import unpatched opencc 1.1.9+ds1-1+deb13u1]

2 months agoImport opencc_1.1.9+ds1-1+deb13u1.debian.tar.xz
Adrian Bunk [Sat, 20 Jun 2026 16:41:39 +0000 (19:41 +0300)]
Import opencc_1.1.9+ds1-1+deb13u1.debian.tar.xz

[dgit import tarball opencc 1.1.9+ds1-1+deb13u1 opencc_1.1.9+ds1-1+deb13u1.debian.tar.xz]

2 years agoMerge opencc (1.1.9+ds1-1) import into refs/heads/workingbranch
Boyuan Yang [Wed, 14 Aug 2024 18:05:52 +0000 (14:05 -0400)]
Merge opencc (1.1.9+ds1-1) import into refs/heads/workingbranch

2 years agoDisable build in setup.py
Shengjing Zhu [Fri, 2 Aug 2024 09:11:08 +0000 (17:11 +0800)]
Disable build in setup.py

Gbp-Pq: Name 0005-Disable-build-in-setup.py.patch

2 years agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-Use-system-googletest.patch

2 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0003-no-remote-images-when-reading-docs-on-disk.patch

2 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

2 years agoopencc (1.1.9+ds1-1) unstable; urgency=medium
Boyuan Yang [Wed, 14 Aug 2024 18:05:52 +0000 (14:05 -0400)]
opencc (1.1.9+ds1-1) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched opencc 1.1.9+ds1-1]

2 years agoImport opencc_1.1.9+ds1-1.debian.tar.xz
Boyuan Yang [Wed, 14 Aug 2024 18:05:52 +0000 (14:05 -0400)]
Import opencc_1.1.9+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.9+ds1-1 opencc_1.1.9+ds1-1.debian.tar.xz]

2 years agoImport opencc_1.1.9+ds1.orig.tar.xz
Boyuan Yang [Wed, 14 Aug 2024 16:32:59 +0000 (12:32 -0400)]
Import opencc_1.1.9+ds1.orig.tar.xz

[dgit import orig opencc_1.1.9+ds1.orig.tar.xz]

2 years agoMerge opencc (1.1.8+ds1-3) import into refs/heads/workingbranch
Boyuan Yang [Sat, 3 Aug 2024 23:07:26 +0000 (19:07 -0400)]
Merge opencc (1.1.8+ds1-3) import into refs/heads/workingbranch

2 years agoDisable build in setup.py
Shengjing Zhu [Fri, 2 Aug 2024 09:11:08 +0000 (17:11 +0800)]
Disable build in setup.py

Gbp-Pq: Name 0005-Disable-build-in-setup.py.patch

2 years agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-Use-system-googletest.patch

2 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0003-no-remote-images-when-reading-docs-on-disk.patch

2 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0002-data-Explicitly-use-python3.patch

2 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

2 years agoopencc (1.1.8+ds1-3) unstable; urgency=medium
Boyuan Yang [Sat, 3 Aug 2024 23:07:26 +0000 (19:07 -0400)]
opencc (1.1.8+ds1-3) unstable; urgency=medium

  * Upload to unstable. Closes: #1077816
  * debian/control: Move main description to source package section.
  * debian/control: Add new build-dependency pybuild-plugin-pyproject.
  * debian/control: Use dh-sequence-python3.
  * debian/rules: Use pyproject instead of distutils for pybuild.

[dgit import unpatched opencc 1.1.8+ds1-3]

2 years agoImport opencc_1.1.8+ds1-3.debian.tar.xz
Boyuan Yang [Sat, 3 Aug 2024 23:07:26 +0000 (19:07 -0400)]
Import opencc_1.1.8+ds1-3.debian.tar.xz

[dgit import tarball opencc 1.1.8+ds1-3 opencc_1.1.8+ds1-3.debian.tar.xz]

2 years agoMerge opencc (1.1.8+ds1-1) import into refs/heads/workingbranch
Boyuan Yang [Mon, 29 Jul 2024 16:07:48 +0000 (12:07 -0400)]
Merge opencc (1.1.8+ds1-1) import into refs/heads/workingbranch

2 years agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0005-Use-system-googletest.patch

2 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

2 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

2 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

2 years agoopencc (1.1.8+ds1-1) unstable; urgency=medium
Boyuan Yang [Mon, 29 Jul 2024 16:07:48 +0000 (12:07 -0400)]
opencc (1.1.8+ds1-1) unstable; urgency=medium

  * Upload to unstable.
  * debian/libopencc1.1.symbols: Reconfirm symbols.

[dgit import unpatched opencc 1.1.8+ds1-1]

2 years agoImport opencc_1.1.8+ds1-1.debian.tar.xz
Boyuan Yang [Mon, 29 Jul 2024 16:07:48 +0000 (12:07 -0400)]
Import opencc_1.1.8+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.8+ds1-1 opencc_1.1.8+ds1-1.debian.tar.xz]

2 years agoImport opencc_1.1.8+ds1.orig.tar.xz
Boyuan Yang [Mon, 29 Jul 2024 00:00:37 +0000 (20:00 -0400)]
Import opencc_1.1.8+ds1.orig.tar.xz

[dgit import orig opencc_1.1.8+ds1.orig.tar.xz]

2 years agoMerge opencc (1.1.7+ds1-1) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
Merge opencc (1.1.7+ds1-1) import into refs/heads/workingbranch

2 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2022-12-10

Gbp-Pq: Name 0005-Use-system-googletest.patch

2 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

2 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

2 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2022-12-10

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

2 years agoopencc (1.1.7+ds1-1) unstable; urgency=medium
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
opencc (1.1.7+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.1.7+ds1
  * debian/libopencc-dev.install:
    - Install CMake config modules

[dgit import unpatched opencc 1.1.7+ds1-1]

2 years agoImport opencc_1.1.7+ds1.orig.tar.xz
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
Import opencc_1.1.7+ds1.orig.tar.xz

[dgit import orig opencc_1.1.7+ds1.orig.tar.xz]

2 years agoImport opencc_1.1.7+ds1-1.debian.tar.xz
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
Import opencc_1.1.7+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.7+ds1-1 opencc_1.1.7+ds1-1.debian.tar.xz]

3 years agoMerge opencc (1.1.6+ds1-2) import into refs/heads/workingbranch
Boyuan Yang [Fri, 1 Sep 2023 16:00:26 +0000 (17:00 +0100)]
Merge opencc (1.1.6+ds1-2) import into refs/heads/workingbranch

3 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2022-12-10

Gbp-Pq: Name 0005-Use-system-googletest.patch

3 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

3 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

3 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2022-12-10

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

3 years agoopencc (1.1.6+ds1-2) unstable; urgency=medium
Boyuan Yang [Fri, 1 Sep 2023 16:00:26 +0000 (17:00 +0100)]
opencc (1.1.6+ds1-2) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Add B-D: opencc <cross> for opencc_dict. (Closes: #1051036)

[dgit import unpatched opencc 1.1.6+ds1-2]

3 years agoImport opencc_1.1.6+ds1-2.debian.tar.xz
Boyuan Yang [Fri, 1 Sep 2023 16:00:26 +0000 (17:00 +0100)]
Import opencc_1.1.6+ds1-2.debian.tar.xz

[dgit import tarball opencc 1.1.6+ds1-2 opencc_1.1.6+ds1-2.debian.tar.xz]

3 years agoMerge opencc (1.1.6+ds1-1) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
Merge opencc (1.1.6+ds1-1) import into refs/heads/workingbranch

3 years agoImport opencc_1.1.6+ds1.orig.tar.xz
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
Import opencc_1.1.6+ds1.orig.tar.xz

[dgit import orig opencc_1.1.6+ds1.orig.tar.xz]

3 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2022-12-10

Gbp-Pq: Name 0005-Use-system-googletest.patch

3 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

3 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

3 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2022-12-10

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

3 years agoopencc (1.1.6+ds1-1) unstable; urgency=medium
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
opencc (1.1.6+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.1.6+ds1
  * Refresh patches:
    - d/p/0001-use-cmake-install-libdir.patch
    - d/p/0005-Use-system-googletest.patch

[dgit import unpatched opencc 1.1.6+ds1-1]

3 years agoImport opencc_1.1.6+ds1-1.debian.tar.xz
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
Import opencc_1.1.6+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.6+ds1-1 opencc_1.1.6+ds1-1.debian.tar.xz]

3 years agoMerge opencc (1.1.5+ds1-1) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
Merge opencc (1.1.5+ds1-1) import into refs/heads/workingbranch

3 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

3 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

3 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

3 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

3 years agoopencc (1.1.5+ds1-1) unstable; urgency=medium
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
opencc (1.1.5+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.1.5+ds1

[dgit import unpatched opencc 1.1.5+ds1-1]

3 years agoImport opencc_1.1.5+ds1.orig.tar.xz
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
Import opencc_1.1.5+ds1.orig.tar.xz

[dgit import orig opencc_1.1.5+ds1.orig.tar.xz]

3 years agoImport opencc_1.1.5+ds1-1.debian.tar.xz
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
Import opencc_1.1.5+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.5+ds1-1 opencc_1.1.5+ds1-1.debian.tar.xz]

3 years agoMerge opencc (1.1.4+ds1-4) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Tue, 8 Nov 2022 15:33:54 +0000 (15:33 +0000)]
Merge opencc (1.1.4+ds1-4) import into refs/heads/workingbranch

3 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

3 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

3 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

3 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

3 years agoopencc (1.1.4+ds1-4) unstable; urgency=medium
Gunnar Hjalmarsson [Tue, 8 Nov 2022 15:33:54 +0000 (15:33 +0000)]
opencc (1.1.4+ds1-4) unstable; urgency=medium

  * Team upload
  * Work around uscan issue with GitHub releases page

[dgit import unpatched opencc 1.1.4+ds1-4]

3 years agoImport opencc_1.1.4+ds1-4.debian.tar.xz
Gunnar Hjalmarsson [Tue, 8 Nov 2022 15:33:54 +0000 (15:33 +0000)]
Import opencc_1.1.4+ds1-4.debian.tar.xz

[dgit import tarball opencc 1.1.4+ds1-4 opencc_1.1.4+ds1-4.debian.tar.xz]

4 years agoMerge opencc (1.1.4+ds1-3) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Mon, 25 Jul 2022 00:26:42 +0000 (01:26 +0100)]
Merge opencc (1.1.4+ds1-3) import into refs/heads/workingbranch

4 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

4 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

4 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

4 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

4 years agoopencc (1.1.4+ds1-3) unstable; urgency=medium
Gunnar Hjalmarsson [Mon, 25 Jul 2022 00:26:42 +0000 (01:26 +0100)]
opencc (1.1.4+ds1-3) unstable; urgency=medium

  * Team upload
  * debian/libopencc1.1.symbols:
    - Update other archs for LTO using buildd logs (closes: #1015565)
  * Build with GCC-12
    - It builds fine now with GCC-12, so the symbols fix for LTO also
      closes: #1013008.

[dgit import unpatched opencc 1.1.4+ds1-3]

4 years agoImport opencc_1.1.4+ds1-3.debian.tar.xz
Gunnar Hjalmarsson [Mon, 25 Jul 2022 00:26:42 +0000 (01:26 +0100)]
Import opencc_1.1.4+ds1-3.debian.tar.xz

[dgit import tarball opencc 1.1.4+ds1-3 opencc_1.1.4+ds1-3.debian.tar.xz]

4 years agoImport opencc_1.1.4+ds1.orig.tar.xz
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
Import opencc_1.1.4+ds1.orig.tar.xz

[dgit import orig opencc_1.1.4+ds1.orig.tar.xz]

4 years agoMerge opencc (1.1.4+ds1-1) import into refs/heads/workingbranch
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
Merge opencc (1.1.4+ds1-1) import into refs/heads/workingbranch

4 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

4 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

4 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

4 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

4 years agoopencc (1.1.4+ds1-1) unstable; urgency=medium
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
opencc (1.1.4+ds1-1) unstable; urgency=medium

  [ xiao sheng wen ]
  * update-debian-copyright to 2021 year.

  [ Boyuan Yang ]
  * New upstream version 1.1.4+ds1.
  * debian/patches: Refresh patches.
  * debian/libopencc1.1.symbols: Refresh symbols.

[dgit import unpatched opencc 1.1.4+ds1-1]

4 years agoImport opencc_1.1.4+ds1-1.debian.tar.xz
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
Import opencc_1.1.4+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.4+ds1-1 opencc_1.1.4+ds1-1.debian.tar.xz]

4 years agoMerge opencc (1.1.3+ds1-5) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Wed, 27 Oct 2021 07:39:59 +0000 (08:39 +0100)]
Merge opencc (1.1.3+ds1-5) import into refs/heads/workingbranch

4 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

4 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

4 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

4 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

4 years agoopencc (1.1.3+ds1-5) unstable; urgency=medium
Gunnar Hjalmarsson [Wed, 27 Oct 2021 07:39:59 +0000 (08:39 +0100)]
opencc (1.1.3+ds1-5) unstable; urgency=medium

  * Team upload
  * debian/libopencc1.1.symbols:
    - Refresh using buildd logs for all archs and pkgkde-symbolshelper
      (Closes: #997412)

[dgit import unpatched opencc 1.1.3+ds1-5]

4 years agoImport opencc_1.1.3+ds1-5.debian.tar.xz
Gunnar Hjalmarsson [Wed, 27 Oct 2021 07:39:59 +0000 (08:39 +0100)]
Import opencc_1.1.3+ds1-5.debian.tar.xz

[dgit import tarball opencc 1.1.3+ds1-5 opencc_1.1.3+ds1-5.debian.tar.xz]

5 years agoMerge opencc (1.1.3+ds1-3) import into refs/heads/workingbranch
Boyuan Yang [Mon, 20 Sep 2021 19:44:37 +0000 (20:44 +0100)]
Merge opencc (1.1.3+ds1-3) import into refs/heads/workingbranch

5 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

5 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

5 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

5 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

5 years agoopencc (1.1.3+ds1-3) unstable; urgency=medium
Boyuan Yang [Mon, 20 Sep 2021 19:44:37 +0000 (20:44 +0100)]
opencc (1.1.3+ds1-3) unstable; urgency=medium

  * Refresh symbols again for all archs using buildd logs.

[dgit import unpatched opencc 1.1.3+ds1-3]

5 years agoImport opencc_1.1.3+ds1-3.debian.tar.xz
Boyuan Yang [Mon, 20 Sep 2021 19:44:37 +0000 (20:44 +0100)]
Import opencc_1.1.3+ds1-3.debian.tar.xz

[dgit import tarball opencc 1.1.3+ds1-3 opencc_1.1.3+ds1-3.debian.tar.xz]

5 years agoImport opencc_1.1.3+ds1.orig.tar.xz
Boyuan Yang [Sun, 19 Sep 2021 01:13:03 +0000 (02:13 +0100)]
Import opencc_1.1.3+ds1.orig.tar.xz

[dgit import orig opencc_1.1.3+ds1.orig.tar.xz]